← Index
NYTProf Performance Profile   
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 17:10:45 2013
Reported on Tue Oct 15 17:12:56 2013

Filename(eval 1130)[/usr/share/perl/5.10/CGI.pm:869]
StatementsExecuted 4 statements in 16µs
Eval Invoked At/usr/share/perl/5.10/CGI.pm line 869
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
43310µs10µsCGI::::request_uriCGI::request_uri
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
# spent 10µs within CGI::request_uri which was called 4 times, avg 2µs/call: # 2 times (6µs+0s) by CGI::url at line 11 of (eval 1127)[CGI.pm:869], avg 3µs/call # once (2µs+0s) by CGI::_name_and_path_from_env at line 832 of CGI.pm # once (1µs+0s) by CGI::_name_and_path_from_env at line 5 of (eval 1129)[CGI.pm:869]
package CGI; sub request_uri {
2416µs return $ENV{'REQUEST_URI'};
3}
4
5;